OpenRoads Designer CONNECT Edition SDK Help

CreateTangentToTwoElements(LinearElement, LinearElement, Double, Double, Double, Double, DPoint3d, DPoint3d) Method

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  Line CreateTangentToTwoElements( LinearElement backElement, LinearElement aheadElement,double offsetToBack,double angleToBack,double offsetToAhead,double angleToAhead, DPoint3d nearestPoint1, DPoint3d nearestPoint2)

Parameters

SettingDescription
  LinearElement  
  LinearElement  
    
    
    
    
  DPoint3d  
  DPoint3d  

Return Value

Line

See Also